.NET Framework Class Library |
ConcurrentDictionary<(Of <(TKey, TValue>)>)..::.Values Property |
ConcurrentDictionary<(Of <(TKey, TValue>)>) Class See Also Send Feedback |
Gets a collection containing the values in the Dictionary<(Of <(TKey, TValue>)>).
Namespace:
System.Collections.Concurrent
Assembly:
System.Threading (in System.Threading.dll)
Syntax
Visual Basic (Declaration) |
---|
Public ReadOnly Property Values As ICollection(Of TValue) |
C# |
---|
public ICollection<TValue> Values { get; } |